Opening
and Closing an INF file
Before the setup
functions can access information in the INF, you must open it with a call to
the SetupOpenInfFile
If you do not
know the name of the INF file that you need to open, you can use the SetupGetInfFileList
After you
open an INF file, you can append additional INF files to the opened INF file by
using the SetupOpenAppendInfFile
If you do not
specify an INF file during the call to the SetupOpenAppendInfFile function,
SetupOpenAppendInfFile appends the file(s) specified by the LayoutFile
key in the Version
When you no
longer need the information in the INF file, call the SetupCloseInfFile